home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / Sample Code / Printing Samples / Printer Drivers… / ImageWriterLQ (alt. rdip) / MacIncludes.h < prev    next >
Encoding:
Text File  |  1996-03-20  |  848 b   |  35 lines  |  [TEXT/MPS ]

  1. // This file contains a list of the standard Mac include files used by the ImageWriter LQ driver
  2. //    12/20/93 - dmh - Sync'd with the shipping 1.0b3 GX driver.
  3. //     8/28/94 - dmh - Sync'd with the shipping 1.0.1 GX driver.
  4.  
  5. // Standard Mac and C includes
  6. #include <Types.h>
  7. #include <Errors.h>
  8. #include <StdIO.h>
  9. #include <StdLib.h>
  10. #include <String.h>
  11. #include <Strings.h>
  12. #include <Resources.h>
  13. #include <ToolUtils.h>
  14. #include <OSUtils.h>
  15. #include <Files.h>
  16. #include <LowMem.h>
  17. #include <Packages.h>
  18. #include <Memory.h>
  19. #include <Controls.h>
  20. #include <Serial.h>
  21. #include <Devices.h>
  22. #include <Fonts.h>
  23. #include <Printing.h>
  24. #include <Script.h>
  25. #include <Events.h>
  26. #include <Dialogs.h>
  27. #include <FixMath.h>
  28. #include <Lists.h>
  29. #include <AppleTalk.h>
  30. #include <Menus.h>
  31. #include <Events.h>
  32. #include <Balloons.h>
  33. #include <Folders.h>
  34. #include <SCSI.h>
  35.